home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #6 / 1998 CD 6 (Gul).iso / 06.dir / 00413.ls < prev    next >
Encoding:
Text File  |  1996-02-08  |  4.6 KB  |  226 lines

  1. on Dest1Star1
  2.   global gMovie, gCraftLine
  3.   set gCraftLine to 2
  4.   set gMovie to "1S1.MOV"
  5.   set lCurrentMov to the name of cast the castNum of sprite 2
  6.   if lCurrentMov = gMovie then
  7.     exit
  8.   end if
  9.   CleanMovies()
  10.   if the frameLabel = "moov1" then
  11.     go(the frame - 1)
  12.     exit
  13.   else
  14.     if the frameLabel = "moov2" then
  15.       closePanel()
  16.     end if
  17.     go("Monitor Movie")
  18.   end if
  19. end
  20.  
  21. on Dest1Star2
  22.   global gMovie, gCraftLine
  23.   set gCraftLine to 3
  24.   set gMovie to "1S2.MOV"
  25.   set lCurrentMov to the name of cast the castNum of sprite 2
  26.   if lCurrentMov = gMovie then
  27.     exit
  28.   end if
  29.   CleanMovies()
  30.   if the frameLabel = "moov1" then
  31.     go(the frame - 1)
  32.     exit
  33.   else
  34.     if the frameLabel = "moov2" then
  35.       closePanel()
  36.     end if
  37.     go("Monitor Movie")
  38.   end if
  39. end
  40.  
  41. on Dest1Star3
  42.   global gMovie, gCraftLine
  43.   set gCraftLine to 4
  44.   set gMovie to "1S3.MOV"
  45.   set lCurrentMov to the name of cast the castNum of sprite 2
  46.   if lCurrentMov = gMovie then
  47.     exit
  48.   end if
  49.   CleanMovies()
  50.   if the frameLabel = "moov2" then
  51.     go(the frame - 1)
  52.     exit
  53.   else
  54.     go("Screen Movie")
  55.   end if
  56. end
  57.  
  58. on Dest2Star1
  59.   global gMovie, gCraftLine
  60.   set gCraftLine to 5
  61.   set gMovie to "2S1.MOV"
  62.   set lCurrentMov to the name of cast the castNum of sprite 2
  63.   if lCurrentMov = gMovie then
  64.     exit
  65.   end if
  66.   CleanMovies()
  67.   if the frameLabel = "moov2" then
  68.     go(the frame - 1)
  69.     exit
  70.   else
  71.     go("Screen Movie")
  72.   end if
  73. end
  74.  
  75. on Dest2Star2
  76.   global gMovie, gCraftLine
  77.   set gCraftLine to 6
  78.   set gMovie to "2S2.MOV"
  79.   set lCurrentMov to the name of cast the castNum of sprite 2
  80.   if lCurrentMov = gMovie then
  81.     exit
  82.   end if
  83.   CleanMovies()
  84.   if the frameLabel = "moov1" then
  85.     go(the frame - 1)
  86.     exit
  87.   else
  88.     if the frameLabel = "moov2" then
  89.       closePanel()
  90.     end if
  91.     go("Monitor Movie")
  92.   end if
  93. end
  94.  
  95. on Dest2Star3
  96.   global gCraftLine, gCraftBefore
  97.   set gCraftBefore to 0
  98.   set gCraftLine to 7
  99.   ClearPuppets()
  100.   set the timeoutScript to "nothing"
  101.   go("60")
  102. end
  103.  
  104. on Dest2Star4
  105.   global gMovie, gCraftLine
  106.   set gCraftLine to 8
  107.   set gMovie to "2S4.MOV"
  108.   set lCurrentMov to the name of cast the castNum of sprite 2
  109.   if lCurrentMov = gMovie then
  110.     exit
  111.   end if
  112.   CleanMovies()
  113.   if the frameLabel = "moov1" then
  114.     go(the frame - 1)
  115.     exit
  116.   else
  117.     if the frameLabel = "moov2" then
  118.       closePanel()
  119.     end if
  120.     go("Monitor Movie")
  121.   end if
  122. end
  123.  
  124. on Dest2Star5
  125.   global gMovie, gCraftLine
  126.   set gCraftLine to 9
  127.   set gMovie to "2S5.MOV"
  128.   set lCurrentMov to the name of cast the castNum of sprite 2
  129.   if lCurrentMov = gMovie then
  130.     exit
  131.   end if
  132.   CleanMovies()
  133.   if the frameLabel = "moov2" then
  134.     go(the frame - 1)
  135.     exit
  136.   else
  137.     go("Screen Movie")
  138.   end if
  139. end
  140.  
  141. on Dest7Star1
  142.   global gCraftLine, gCraftBefore
  143.   set gCraftBefore to 0
  144.   set gCraftLine to 14
  145.   ClearPuppets()
  146.   set the timeoutScript to "nothing"
  147.   go("73", "07.dir")
  148. end
  149.  
  150. on Dest7Star2
  151.   global gCraftLine, gCraftBefore
  152.   set gCraftBefore to 0
  153.   set gCraftLine to 15
  154.   ClearPuppets()
  155.   set the timeoutScript to "nothing"
  156.   go(1, "07.dir")
  157. end
  158.  
  159. on Dest7Star3
  160.   global gGoBackFrame, gGoBackMovie, gCraftLine, gCraftBefore
  161.   set gGoBackFrame to the frame
  162.   set gGoBackMovie to the movie
  163.   set gCraftBefore to 0
  164.   set gCraftLine to 16
  165.   ClearPuppets()
  166.   set the timeoutScript to "nothing"
  167.   go("entropy", "09.dir")
  168. end
  169.  
  170. on Dest7Star4
  171.   global gCraftLine, gCraftBefore
  172.   set gCraftBefore to 0
  173.   set gCraftLine to 17
  174.   ClearPuppets()
  175.   set the timeoutScript to "nothing"
  176.   go("72", "07.dir")
  177. end
  178.  
  179. on NewDest lDest
  180.   global gLastRolledOn, gMoviePlayed, gCastOfSprite15, gTimeCounter, gDestLabel
  181.   if string(gDestLabel) = lDest then
  182.     exit
  183.   end if
  184.   set gDestLabel to value(lDest)
  185.   if the frameLabel = "Moov2" then
  186.     set the movieTime of sprite 2 to 0
  187.     set the movieRate of sprite 2 to 0
  188.     set the castNum of sprite 2 to the number of cast "blankS.MOV"
  189.     updateStage()
  190.     puppetSprite(2, 0)
  191.     closePanel()
  192.   end if
  193.   if the frameLabel = "Moov1" then
  194.     set the movieTime of sprite 2 to 0
  195.     set the movieRate of sprite 2 to 0
  196.     set the castNum of sprite 2 to the number of cast "blankM.MOV"
  197.     updateStage()
  198.     puppetSprite(2, 0)
  199.   end if
  200.   TurnOffMovies()
  201.   puppetSprite(28, 0)
  202.   TurnOffRollovers()
  203.   puppetSprite(15, 0)
  204.   updateStage()
  205.   set lFrame to "Dest" && lDest
  206.   go(lFrame)
  207.   updateStage()
  208.   puppetSprite(28, 1)
  209.   set gCastOfSprite15 to the name of cast the castNum of sprite 15
  210.   put gCastOfSprite15
  211.   set gLastRolledOn to 0
  212.   set the timeoutScript to "nothing"
  213.   repeat with i = 1 to 4
  214.     go(the frame + 1)
  215.     wait(0.29999999999999999)
  216.   end repeat
  217.   set gTimeCounter to 2
  218. end
  219.  
  220. on wait lamount
  221.   startTimer()
  222.   repeat while the timer < (lamount * 60)
  223.     nothing()
  224.   end repeat
  225. end
  226.